Class yassl.unarynode
All Packages    This Package    Previous    Next

Class yassl.unarynode

java.lang.Object
   |
   +----yassl.pnode
           |
           +----yassl.unarynode

public class unarynode
extends pnode
This is the class of operator nodes with atleast one child.

Constructor Index

 o unarynode(int, pnode)

Method Index

 o wiggle()
Unary nodes implement their precedence by making sure the precedence of the node is no larger than their child.

Constructors

 o unarynode
  public unarynode(int type,
                   pnode child)

Methods

 o wiggle
  public pnode wiggle()
Unary nodes implement their precedence by making sure the precedence of the node is no larger than their child.
Overrides:
wiggle in class pnode


All Packages    This Package    Previous    Next